Link to this headingWeb Assembly
I Wrote a Wasm Interpreter in C
install wasmtime
Link to this headingBuilding
#int two() {
# return 2;
#}
Link to this headingRunning
#Run a specific function in the module with arguments 1 and 2
Link to this headingReverse Engineering
https://danielmangum.com/posts/every-byte-wasm-module/